github.com/klauspost/compress/zstd.betterFastEncoderDict.longTableShardDirty (field)

7 uses

	github.com/klauspost/compress/zstd (current package)
		enc_better.go#L51: 	longTableShardDirty  [betterLongTableShardCnt]bool
		enc_better.go#L1214: 			for i := range e.longTableShardDirty {
		enc_better.go#L1215: 				e.longTableShardDirty[i] = false
		enc_better.go#L1218: 			for i := range e.longTableShardDirty {
		enc_better.go#L1219: 				if !e.longTableShardDirty[i] {
		enc_better.go#L1224: 				e.longTableShardDirty[i] = false
		enc_better.go#L1233: 	e.longTableShardDirty[entryNum/betterLongTableShardSize] = true